Get a specific recording of a call
This endpoint downloads the audio of one recording. Take the seq from
Get all recordings of a call.
Endpoint
GET /api/v1/calls/{callId}/recordings/{seq}/audio
Path parameters
| Parameter | Type | Description |
|---|---|---|
callId
|
string | UUID of the call. |
seq
|
number | Sequence number of the recording: 0, 1, 2, and so on. |
Request
GET /api/v1/calls/82c6d362-d68b-4c6f-8136-1739323379e7/recordings/2/audio HTTP/1.1
Host: livehub.audiocodes.io
Authorization: Bearer {token}
Response
200 OK — the recording as binary .wav audio, not JSON.